@charset "UTF-8";
*{
margin: 0;
padding: 0;
box-sizing: border-box;
overflow: hidden;
font-family: 'poppons', sans-serif;	
}


body{
background-image:linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)), url(backig.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100vh;
}
body li.nav{
	text-underline-position:auto
}
.container{
padding: 60px 60px 0 60px;
display: flex;
flex-direction: row; 
justify-content:space-between
}
.container.logo a{
	text-decoration: none;
	color: #fff6e9;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	width: 100%
}
.container .nav{
}
   

.container .nav .items{
	
display: flex;
	
}
.container .nav .items li {
	padding-right: 27px
}
.container .nav .items a {	
    	
}
.container .nav .items li a {	
    text-decoration: none;
    color: #FFF6E9;
    font-size: 25px;	
}
.container .nav .items li a:hover {
  color: gray;
}
.container .nav .items li a:active {
  color: black;
}  

.head{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center; 	
	width: 100%
}
.head p1 span1 {
	color: #FFF6E9;
		letter-spacing: 2px;
	font-size: 52px;
	font-family: dolce, sans-serif;
		font-weight: 700
}
.head p1 {
	color: #FFF6E9;
		letter-spacing: 2px;
	font-size: 52px;
	font-family: cinque-donne, sans-serif;
	font-weight: 660
}
.head p{
	color: #FFF6E9;
		letter-spacing: 2px;
	font-size: 20px;
}
.head h2{
    color: #FFF6E9;
    font-size: 5em;
    word-spacing: 7px;
    text-transform: uppercase;
}

.head h2 span{
	font-weight: 100;
	
}



	